com.supermap.plot
Class AnimationAttribute
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.plot.AnimationGO
-
- com.supermap.plot.AnimationAttribute
-
public class AnimationAttribute extends AnimationGO
Blink animation
-
-
Constructor Summary
Constructors Constructor and Description AnimationAttribute()
Construction method
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description Color
getEndLineColor()
Gets the ending line colordouble
getEndLineWidth()
Gets the ending line widthColor
getEndSurroundLineColor()
Gets the color of the ending serifdouble
getEndSurroundLineWidth()
Gets the width of the ending serifboolean
getLineColorAttr()
Gets whether the color attribute is valid.boolean
getLineWidthAttr()
Gets whether the width attribute of line is valid.Color
getStartLineColor()
Gets the starting line colordouble
getStartLineWidth()
Gets the starting line widthColor
getStartSurroundLineColor()
Gets the color of the starting serifdouble
getStartSurroundLineWidth()
Gets the width of the starting serifboolean
getSurroundLineColorAttr()
Gets whether the color attribute of serif is valid.boolean
getSurroundLineWidthAttr()
Gets whether the width attribute of serif is valid.void
setEndLineColor(Color color)
Sets the ending line colorvoid
setEndLineWidth(double lineWidth)
Sets the ending line widthvoid
setEndSurroundLineColor(Color colorValue)
Sets the color of the ending serifvoid
setEndSurroundLineWidth(double width)
Sets the width of the ending serifvoid
setLineColorAttr(boolean blinecolor)
Sets whether the color attribute is valid.void
setLineWidthAttr(boolean blineWidth)
Sets whether the width attribute of line is valid.void
setStartLineColor(Color color)
Sets the starting line colorvoid
setStartLineWidth(double lineWidth)
Sets the starting line widthvoid
setStartSurroundLineColor(Color color)
Sets the color of the starting serifvoid
setStartSurroundLineWidth(double width)
Sets the width of the starting serifvoid
setSurroundLineColorAttr(boolean bSurroundLineColor)
Sets whether the color attribute of serif is valid.void
setSurroundLineWidthAttr(boolean bSurroundLineWidth)
Sets whether the width attribute of serif is valid.-
Methods inherited from class com.supermap.plot.AnimationGO
dispose, fromXml, getAnimationType, getDuration, getGeometry, getLayerName, getName, getStartTime, setDuration, setGeometry, setName, setStartTime, toXml
-
-
-
-
Method Detail
-
setLineColorAttr
public void setLineColorAttr(boolean blinecolor)
Sets whether the color attribute is valid.- Parameters:
blinecolor
- whether the color attribute is valid.
-
getLineColorAttr
public boolean getLineColorAttr()
Gets whether the color attribute is valid.- Returns:
- whether the color attribute is valid.
-
setStartLineColor
public void setStartLineColor(Color color)
Sets the starting line color- Parameters:
color
- the starting line color
-
getStartLineColor
public Color getStartLineColor()
Gets the starting line color- Returns:
- the starting line color
-
setEndLineColor
public void setEndLineColor(Color color)
Sets the ending line color- Parameters:
color
- the ending line color
-
getEndLineColor
public Color getEndLineColor()
Gets the ending line color- Returns:
- the ending line color
-
setLineWidthAttr
public void setLineWidthAttr(boolean blineWidth)
Sets whether the width attribute of line is valid.- Parameters:
blineWidth
- whether the width attribute of line is valid.
-
getLineWidthAttr
public boolean getLineWidthAttr()
Gets whether the width attribute of line is valid.- Returns:
- whether the width attribute of line is valid.
-
setStartLineWidth
public void setStartLineWidth(double lineWidth)
Sets the starting line width- Parameters:
lineWidth
- The starting line width
-
getStartLineWidth
public double getStartLineWidth()
Gets the starting line width- Returns:
- the starting line width
-
setEndLineWidth
public void setEndLineWidth(double lineWidth)
Sets the ending line width- Parameters:
lineWidth
- The ending line width
-
getEndLineWidth
public double getEndLineWidth()
Gets the ending line width- Returns:
- the ending line width
-
setSurroundLineWidthAttr
public void setSurroundLineWidthAttr(boolean bSurroundLineWidth)
Sets whether the width attribute of serif is valid.- Parameters:
bSurroundLineWidth
- whether the width attribute of serif is valid.
-
getSurroundLineWidthAttr
public boolean getSurroundLineWidthAttr()
Gets whether the width attribute of serif is valid.- Returns:
- whether the width attribute of serif line is valid.
-
setStartSurroundLineWidth
public void setStartSurroundLineWidth(double width)
Sets the width of the starting serif- Parameters:
width
- the width of the starting serif
-
getStartSurroundLineWidth
public double getStartSurroundLineWidth()
Gets the width of the starting serif- Returns:
- the starting serif width
-
setEndSurroundLineWidth
public void setEndSurroundLineWidth(double width)
Sets the width of the ending serif- Parameters:
width
- the width of the ending serif
-
getEndSurroundLineWidth
public double getEndSurroundLineWidth()
Gets the width of the ending serif- Returns:
- the ending serif width
-
setStartSurroundLineColor
public void setStartSurroundLineColor(Color color)
Sets the color of the starting serif- Parameters:
color
- the starting serif color
-
getStartSurroundLineColor
public Color getStartSurroundLineColor()
Gets the color of the starting serif- Returns:
- the starting serif color
-
setSurroundLineColorAttr
public void setSurroundLineColorAttr(boolean bSurroundLineColor)
Sets whether the color attribute of serif is valid.- Parameters:
bSurroundLineColor
- hether the color attribute of serif is valid.
-
getSurroundLineColorAttr
public boolean getSurroundLineColorAttr()
Gets whether the color attribute of serif is valid.- Returns:
- whether the width attribute of serif line is valid.
-
setEndSurroundLineColor
public void setEndSurroundLineColor(Color colorValue)
Sets the color of the ending serif- Parameters:
colorValue
- the color the ending serif color
-
getEndSurroundLineColor
public Color getEndSurroundLineColor()
Gets the color of the ending serif- Returns:
- the ending serif color
-
-